home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / iflib / scanout.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-03  |  200 b   |  14 lines

  1. #ifndef SCANOUT_H
  2. #define SCANOUT_H
  3. #include "ftn.h"
  4.  
  5. #define OUT_PKT 0
  6. #define OUT_FLO 1
  7. #define OUT_ARC 2
  8.  
  9. typedef int (_each_fn_t)(faddr*,char,int,char*);
  10.  
  11. extern int scanout(_each_fn_t*);
  12.  
  13. #endif
  14.